home *** CD-ROM | disk | FTP | other *** search
Wrap
/* Copyright (c) Oracle Corporation 1994. All Rights Reserved */ /***************************************************************************** NAME hlpdoc72.vrf - V3 analysis/product configuration script for the Windows 95 hlpdoc72 product DESCRIPTION This script checks dependencies and environment settings for the installation of the Windows 95 hlpdoc72 product OWNER Bryan Sabol MODIFIED MM/DD/YY Reason LMurphy 08/31/95 Removed parent hierarchy LMurphy 06/01/95 Modified for use with Windows 95 doc10 LMurphy 01/24/94 Modified for use with On-Line Help bsabol 03/21/94 Created *****************************************************************************/ { { doit = execute("%installer_home%\win95.vrf"); } [ 'UNBOUND_VARIABLE: { required_version = product_version(w95instver); temp = explode(required_version,"."); required_version = implode(list(first(temp),first(rest(temp)), first(rest(rest(temp))), first(rest(rest(rest(temp))))),"."); signal('failure,instantiate(nls("instver_too_early1","The version of the Installer currently running is %%installer_version%%. The installation you have chosen requires version %%required_version%% or later. Please run version %%required_version%% or later in order to perform this installation."))); } ] if (doit) { /***************************** Set the VRF-INS script ratchet ******************************/ vrf_ratchet = "7.2.2.3.1"; { set_mshelp = FALSE; mshelp = v7_translate("MSHELP"); if (not(exists(mshelp))) signal('UNBOUND_ENVIRONMENT_VARIABLE); } [ 'OS_ERROR,'INVALID_FILE_NAME, 'PERMISSION_DENIED,'UNBOUND_ENVIRONMENT_VARIABLE: { mshelp = "%oracle_home%\MSHELP"; set_mshelp = TRUE; } ] permit_retry_operations = FALSE; { install_type = install_type; } ['UNBOUND_VARIABLE: install_type = nls("custom_install","Custom Install");] { bundle_name = bundle_name; } ['UNBOUND_VARIABLE: bundle_name = "";] { oracle_group_name = oracle_group_name; } ['UNBOUND_VARIABLE: oracle_group_name = nls("oracle_group_name","Oracle for Windows 95");] po7_hlp_name = nls("po7_hlp_name","Personal Oracle7 Help"); orcl7_msg_name = nls("orcl_msg_name","Oracle7 Error Messages"); cust_support_name = nls("cust_support_name","Customer Support"); installing_scripts = nls("installing_scripts", "Installing %%product_label%% Scripts..."); installing_files = nls("installing_files", "Installing %%product_label%% Files..."); modifying_config = nls("modifying_config", "Modifying Windows 95 Registry..."); registering = nls("registering","Registering %%product_label%%..."); /*************************** Return appropriate file size ****************************/ return(sum(deinst, doc)); } else { refresh_map_file = FALSE; return(0); } }